------- Step One: upload files

Upload the contents of upload/ to their respective folders


-------- Step Two: import product

Import product-radio-and-tv.xml using your products manager


-------- Step Three: import default stations (optional)

Reload your Admin Control Panel, go to

Radio and TV >> Import / Export Stations

And import default-radio-stations.xml

Note: Default TV stations are not supplied, you'll need to add some yourself.


-------- Step Four: set usergroup permissions

Go to your user groups manager, and set the Radio and TV permissions
for each user group.


--------- Step Five: create a link for radio and tv

Now you need to create a link for your Radio and TV add-on in your
forum navigation bar. If you don't have space for it, consider
installing this template mod first:

http://www.vbulletin.org/forum/showthread.php?t=130958

Open your navbar template, and at the very top add

<script type="text/javascript">
<!--
function openRadioAndTV(stationid){
extras = '';
if (stationid) { extras = '?station=' + stationid; }
radioAndTVWindow = window.open('radioandtv.php' + extras, 'radioandtv', 'directories=no,height=500,width=700,location=no,menubar=no,resizable=yes,status=no,scrollbars=yes,toolbar=no');
}
//-->
</script>

Now for the Radio and TV link, you can find:

		<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

And after that, add

        <td class="vbmenu_control"><a href="javascript:openRadioAndTV()">$vbphrase[rs_radiostations]</a></td>

Save your navbar template.


------- Translating and Options

You can now translate phrases that begin with "rs_" to your language in the admincp.

You can also check the options in the admincp at:

vBulletin Options >> Radio and TV Options

To start playing stations click on the Radio and TV link in your navigation bar.

Note you'll need to add some TV stations as they are not supplied. Check the third post of the mod thread for places where to get new stations.


Enjoy!
